Niceloop Printer Extension
Niceloop Printer Extension Using with app.niceloop.com
Wat is Niceloop Printer Extension?
Niceloop Printer Extension is een Chrome-extensie ontwikkeld door rice.th, en de belangrijkste functie is "Niceloop Printer Extension Using with app.niceloop.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Niceloop Printer Extension
Download Niceloop Printer Extension-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
Niceloop Printer Extension
Using with app.niceloop.com Basisinformatie over de Extensie
| Naam | |
| ID | ilboifjdaokpjbddccfeommkabcaimpe |
| Officiële URL | https://chrome.google.com/webstore/detail/niceloop-printer-extensio/ilboifjdaokpjbddccfeommkabcaimpe |
| Beschrijving | Niceloop Printer Extension Using with app.niceloop.com |
| Bestandsgrootte | 95.59 KB |
| Aantal Installaties | 660 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-02-28 |
| Publicatiedatum | 2019-02-28 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | rice.th |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | th |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Niceloop Printer Extension",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"128": "print-icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"content_script.js"
]
}
],
"background": {
"scripts": [
"jquery.js",
"background.js"
],
"persistent": true
},
"permissions": [
"webRequest",
"*:\/\/*\/*"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
}
}
}
} | |