any-peek
peek any web page from the top icon
Wat is any-peek?
any-peek is een Chrome-extensie ontwikkeld door rotagi37, en de belangrijkste functie is "peek any web page from the top icon".
Extensie Screenshots
Download het CRX-bestand van de extensie any-peek
Download any-peek-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
peek any web page from the top icon Basisinformatie over de Extensie
| Naam | |
| ID | oiejnoljaonlcfbccehcbkkhabhklipe |
| Officiële URL | https://chrome.google.com/webstore/detail/oiejnoljaonlcfbccehcbkkhabhklipe |
| Beschrijving | peek any web page from the top icon |
| Bestandsgrootte | 159 KB |
| Aantal Installaties | 10 |
| Huidige Versie | 2.0.5.8 |
| Laatst Bijgewerkt | 2019-10-04 |
| Publicatiedatum | 2019-10-04 |
| Ontwikkelaar | rotagi37 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "any-peek",
"manifest_version": 2,
"version": "2.0.5.8",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png"
},
"permissions": [
"history",
"contextMenus",
"clipboardWrite",
"clipboardRead",
"webRequest",
"webRequestBlocking",
"tabs",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"options_page": "options.html",
"background": {
"scripts": [
"\/bg.js"
]
},
"browser_action": {
"default_icon": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png"
},
"default_title": "Peek Any page",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": true,
"css": [],
"js": [
"jquery-3.2.1.min.js",
"cscript.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"run_at": "document_end"
}
]
} | |