Memo On Websites
leave a memo on each website
Cos'è Memo On Websites?
Memo On Websites è un'estensione di Chrome sviluppata da wudy, e la sua funzione principale è "leave a memo on each website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Memo On Websites
Scarica i file di estensione Memo On Websites 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
leave a memo on each website easily.
+ Sub domains are treated as separate websites.
(Example)
docs.google.com
map.google.com
+ Except for www
(Example)
www.google.com -> google.com Informazioni di Base sull'Estensione
| Nome | |
| ID | cmcojnfblbfceeplflcbkejdodpfgjcc |
| URL Ufficiale | https://chromewebstore.google.com/detail/memo-on-websites/cmcojnfblbfceeplflcbkejdodpfgjcc |
| Descrizione | leave a memo on each website |
| Dimensione del File | 12.32 KB |
| Conteggio Installazioni | 343 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2017-12-07 |
| Data di Pubblicazione | 2017-12-06 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | wudy |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Memo On Websites",
"author": "koosi",
"homepage_url": "https:\/\/github.com\/koosi",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"128": "img\/icon_128.png"
},
"browser_action": {
"default_icon": "img\/disable_icon_128.png",
"default_title": "__MSG_browserActionTitle__",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"minimum_chrome_version": "22.0",
"short_name": "MemoOnWebsites"
} | |