SkysCraper
Extension to execute in every chrome
什麼是SkysCraper?
SkysCraper是由greymer.molina開發的Chrome擴展程式,該擴展的主要功能是“Extension to execute in every chrome”。
擴展截圖
下載SkysCraper擴展crx文件
下載SkysCraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension to highlight words on any web page in real time, you can select any color, and save your lists according to your needs. This extension works with email, so you must ask the administrator to register and enjoy the app
擴展基本資訊
名稱 | SkysCraper |
ID | hanhdkiknjglnfgnfchohabklhniiajh |
官方網址 | https://chromewebstore.google.com/detail/skyscraper/hanhdkiknjglnfgnfchohabklhniiajh |
簡介 | Extension to execute in every chrome |
檔案大小 | 2.15 MB |
安裝次數 | 27 |
目前版本 | 1.0 |
更新時間 | 2021-04-13 |
上架時間 | 2021-04-13 |
評分 | 5.00/5 共 15 次評分 |
開發者 | greymer.molina |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SkysCraper", "description": "Extension to execute in every chrome", "background": { "scripts": [ "firebase-app.js", "firebase-firestore.js", "background.js" ] }, "options_page": "", "version": "1.0", "icons": { "16": "images\/iconsc16.png", "32": "images\/iconsc32.png", "48": "images\/iconsc48.png", "128": "images\/iconsc128.png" }, "browser_action": { "default_title": "SkysCraper", "default_popup": ".\/background.html", "default_icon": { "16": "images\/iconsc16.png", "32": "images\/iconsc32.png", "48": "images\/iconsc48.png", "128": "images\/iconsc128.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-latest.min.js", "foreground.js" ], "match_about_blank": true, "matches": [ " |