Popup Memo
Simple memo opens from pop-up.
Cos'è Popup Memo?
Popup Memo è un'estensione di Chrome sviluppata da 痛ったい, e la sua funzione principale è "Simple memo opens from pop-up.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Popup Memo
Scarica i file di estensione Popup Memo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Save your memo automatically when popup closes. Data is stored in storage area of the extension and the data will be shown in the popup when you restart your browser.
Informazioni di Base sull'Estensione
Nome | Popup Memo |
ID | mmkbpninbdnjaocadhomhcadglnkafeb |
URL Ufficiale | https://chromewebstore.google.com/detail/popup-memo/mmkbpninbdnjaocadhomhcadglnkafeb |
Descrizione | Simple memo opens from pop-up. |
Dimensione del File | 9.79 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-03-08 |
Data di Pubblicazione | 2020-03-08 |
Sviluppatore | 痛ったい |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://addons.mozilla.org/en-US/firefox/addon/popup-memo/ |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.2", "default_locale": "en", "author": "\u75db\u3063\u305f\u3044", "icons": { "16": "icons\/popup-memo16.png", "32": "icons\/popup-memo32.png", "64": "icons\/popup-memo64.png" }, "browser_action": { "default_icon": { "16": "icons\/popup-memo16.png", "32": "icons\/popup-memo32.png", "64": "icons\/popup-memo64.png" }, "default_title": "Memo", "default_popup": "memo.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |