AddCSS
This extension allows you to add your own custom website specific CSS style sheets.
什麼是AddCSS?
AddCSS是由http://mkhsoft.eu開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to add your own custom website specific CSS style sheets.”。
擴展截圖
下載AddCSS擴展crx文件
下載AddCSS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
AddCSS is a neat extension that lets you add your own custom domain specific CSS code to web pages Your custom code is even synchronised between your Chrome browsers in different machines.
擴展基本資訊
名稱 | |
ID | ndddnaffbgingffgfneijoplfpeohabn |
官方網址 | https://chrome.google.com/webstore/detail/addcss/ndddnaffbgingffgfneijoplfpeohabn |
簡介 | This extension allows you to add your own custom website specific CSS style sheets. |
檔案大小 | 676 KB |
安裝次數 | 252 |
目前版本 | 1.0 |
更新時間 | 2017-01-20 |
上架時間 | 2017-01-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://mkhsoft.eu |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AddCSS", "description": "This extension allows you to add your own custom website specific CSS style sheets.", "version": "1.0", "browser_action": { "default_icon": "icon64.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "background": { "scripts": [ "logic.js", "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ " |