Niceloop Printer Extension
Niceloop Printer Extension Using with app.niceloop.com
什麼是Niceloop Printer Extension?
Niceloop Printer Extension是由rice.th開發的Chrome擴展程式,該擴展的主要功能是“Niceloop Printer Extension Using with app.niceloop.com”。
擴展截圖
下載Niceloop Printer Extension擴展crx文件
下載Niceloop Printer Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Niceloop Printer Extension Using with app.niceloop.com
擴展基本資訊
名稱 | |
ID | ilboifjdaokpjbddccfeommkabcaimpe |
官方網址 | https://chrome.google.com/webstore/detail/niceloop-printer-extensio/ilboifjdaokpjbddccfeommkabcaimpe |
簡介 | Niceloop Printer Extension Using with app.niceloop.com |
檔案大小 | 95.59 KB |
安裝次數 | 660 |
目前版本 | 1.0 |
更新時間 | 2019-02-28 |
上架時間 | 2019-02-28 |
評分 | 5.00/5 共 2 次評分 |
開發者 | rice.th |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } } } |