Easy Button
"that was easy"
Vad är Easy Button?
Easy Button är en Chrome-tillägg utvecklad av Christian, och dess huvudfunktion är ""that was easy"".
Tilläggsskärmbilder
Ladda ner Easy Button-förlängningens CRX-fil
Ladda ner Easy Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Give yourself a pat on the back with a always accessible easy button. Notice there are no ads or anything of the sort. Please leave me a review and tell me if you like the simple design or if you would like a actual picture of a easy button.
Update 1.3.1 - icon directory fix
Update 1.3 - icon fixes
Update 1.2 - popup minor bug fixes
Update 1.1 - code cleanup
Release 1.0 - easy button Grundläggande Information om Tillägg
| Namn | |
| ID | kkganccblahhhjbpjgbaindnmjimjaep |
| Officiell webbadress | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
| Beskrivning | "that was easy" |
| Filstorlek | 679 KB |
| Antal Installationer | 1,026 |
| Aktuell Version | 1.3.1 |
| Senast Uppdaterad | 2016-11-14 |
| Publiceringsdatum | 2016-11-13 |
| Betyg | 4.90/5 Totalt 10 Betyg |
| Utvecklare | Christian |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.christianjuth.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Easy Button",
"description": "\"that was easy\"",
"version": "1.3.1",
"browser_action": {
"default_icon": "Icons\/icon.png",
"default_popup": "EasyButton.html"
},
"icons": {
"16": "Icons\/icon.png",
"48": "Icons\/easy button icon.png",
"128": "Icons\/icon.png"
},
"permissions": [],
"background": [
{
"js": [
"EasyButton.js"
]
}
]
} | |