Awesome History Button
Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
Vad är Awesome History Button?
Awesome History Button är en Chrome-tillägg utvecklad av https://upway2late.com, och dess huvudfunktion är "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.".
Tilläggsskärmbilder
Ladda ner Awesome History Button-förlängningens CRX-fil
Ladda ner Awesome History 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
It is a shortcut button to open the Chrome history page. Grundläggande Information om Tillägg
| Namn | |
| ID | cjifeclbknmlhapifaiaocfcbahinlji |
| Officiell webbadress | https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji |
| Beskrivning | Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected. |
| Filstorlek | 35.42 KB |
| Antal Installationer | 816 |
| Aktuell Version | 1.2.0.0 |
| Senast Uppdaterad | 2020-12-08 |
| Publiceringsdatum | 2016-09-22 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | https://upway2late.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.upway2late.com/projects/buttons-project |
| Hjälpsida URL | http://www.upway2late.com/projects/buttons-project |
| URL till Sekretesspolicy Sidan | http://www.upway2late.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Awesome History Button",
"version": "1.2.0.0",
"description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.",
"icons": {
"16": "history_16.png",
"48": "history_48.png",
"128": "history_128.png"
},
"background": {
"page": "background.html"
},
"options_page": "options.html",
"browser_action": {
"default_icon": "history_19.png",
"default_title": "Awesome History Button"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"manifest_version": 2
} | |