Edit Anything
Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
什麼是Edit Anything?
Edit Anything是由Forrest Almasi開發的Chrome擴展程式,該擴展的主要功能是“Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…”。
擴展截圖
下載Edit Anything擴展crx文件
下載Edit Anything擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off. Edit Anything respects your privacy and does not record any of your data.
擴展基本資訊
名稱 | Edit Anything |
ID | kgkhambjbahgejgoaefmekdchedkihln |
官方網址 | https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln |
簡介 | Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or… |
檔案大小 | 6.17 KB |
安裝次數 | 54,658 |
目前版本 | 0.2 |
更新時間 | 2016-10-03 |
上架時間 | 2016-10-03 |
評分 | 4.37/5 共 49 次評分 |
開發者 | Forrest Almasi |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit Anything", "version": "0.2", "browser_action": { "default_icon": "pencil-64x64.png" }, "background": { "scripts": [ "bg.js" ] }, "permissions": [ "activeTab" ] } |