Button: History
Open the History Page with just one click.
Vad är Button: History?
Button: History är en Chrome-tillägg utvecklad av https://browser-extensions.com, och dess huvudfunktion är "Open the History Page with just one click.".
Tilläggsskärmbilder
Ladda ner Button: History-förlängningens CRX-fil
Ladda ner Button: History-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
Grundläggande Information om Tillägg
| Namn | |
| ID | ilekfjhjjpfagaenbhgppaehhedekgbf |
| Officiell webbadress | https://chromewebstore.google.com/detail/button-history/ilekfjhjjpfagaenbhgppaehhedekgbf |
| Beskrivning | Open the History Page with just one click. |
| Filstorlek | 13.53 KB |
| Antal Installationer | 515 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2016-04-21 |
| Publiceringsdatum | 2016-04-20 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://browser-extensions.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://browser-extensions.com/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.0.0",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"32": "images\/icon-32.png",
"38": "images\/icon-38.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_openHistoryPage__"
},
"options_ui": {
"page": "pages\/options.html",
"chrome_style": true
},
"permissions": [
"storage",
"contextMenus"
]
} | |