diff --git a/Google-Translate-Simple/background_documentation b/Google-Translate-Simple/background_documentation new file mode 100644 index 0000000..7d23d1f --- /dev/null +++ b/Google-Translate-Simple/background_documentation @@ -0,0 +1,6 @@ +Draw the icon on start up of the language saved in localStorage. +Image is uploaded +and then canvas is made. +The format of Canvas is set. +Then Rectangle shape canvas is drawn +and image is uploaded on it. diff --git a/Google-Translate-Simple/manifest_documentation b/Google-Translate-Simple/manifest_documentation new file mode 100644 index 0000000..a7efe7a --- /dev/null +++ b/Google-Translate-Simple/manifest_documentation @@ -0,0 +1,6 @@ +This manifest is nothing more than a metadata file in JSON format that contains properties like +your extension's name, +description, +version number and so on. +At a high level, it is used to declare to Chrome what the extension is going to do, +and what permissions it requires in order to do those things. diff --git a/Google-Translate-Simple/popup_documentation b/Google-Translate-Simple/popup_documentation new file mode 100644 index 0000000..8eb9d54 --- /dev/null +++ b/Google-Translate-Simple/popup_documentation @@ -0,0 +1,20 @@ +Set_icon() +Icon is set dynamically +Draw the icon on start up of the language saved in localStorage. +Image is uploaded +and then canvas is made. +The format of Canvas is set. +Then Rectangle shape canvas is drawn +and image is uploaded on it. + +Save_options() +Saving language to localStorage + +Restore_options() +Restores language from localStorage. + +Translate() +Creating a new tab with the language pointed out + +Translate_homepage() +opening google translate homepage