PenCheck
This extension allows the user to create a work checklist for their browser
Cos'è PenCheck?
PenCheck è un'estensione di Chrome sviluppata da meepitschree, e la sua funzione principale è "This extension allows the user to create a work checklist for their browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PenCheck
Scarica i file di estensione PenCheck 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
simple pop-up task list with customizable fonts+colors and a little interactive penguin buddy!
tools used:
chrome.storage, FontSelect plugin & google font, TheySaidSo quotes
a project made with love by megan & christie
//minor bugs rn:
-checkbox status resets
-reorders tasks alphabetically Informazioni di Base sull'Estensione
| Nome | |
| ID | elmbhpmlnkpjgpndmggiapconpfepcfp |
| URL Ufficiale | https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp |
| Descrizione | This extension allows the user to create a work checklist for their browser |
| Dimensione del File | 452 KB |
| Conteggio Installazioni | 16 |
| Versione Corrente | 0.0.0.1 |
| Ultimo Aggiornamento | 2017-11-18 |
| Data di Pubblicazione | 2017-11-17 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | meepitschree |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PenCheck",
"description": "This extension allows the user to create a work checklist for their browser",
"version": "0.0.0.1",
"browser_action": {
"default_icon": "img\/pencheck.png",
"default_popup": "popup.html",
"default_title": "PenCheck your tasks!"
},
"permissions": [
"https:\/\/ajax.googleapis.com\/",
"storage",
"https:\/\/fonts.googleapis.com\/css?family="
],
"background": {
"scripts": [
"jquery.fontselect.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
} | |