Copy text without spaces - amaz.in/g
Copy quick and easy the selected text without spaces and formatting to the clipboard.
什麼是Copy text without spaces - amaz.in/g?
Copy text without spaces - amaz.in/g是由Houbit UG (haftungsbeschränkt) & Co. KG開發的Chrome擴展程式,該擴展的主要功能是“Copy quick and easy the selected text without spaces and formatting to the clipboard.”。
擴展截圖
下載Copy text without spaces - amaz.in/g擴展crx文件
下載Copy text without spaces - amaz.in/g擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you have questions, suggestions, improvements, criticism or any other feedback?
Then send us an e-mail at: [email protected]
Imprint (App-Developer):
http://amaz.in/g/de-DE/impressum.html 擴展基本資訊
| 名稱 | |
| ID | eneceapeknmndclhpphgniekmnnlajjb |
| 官方網址 | https://chromewebstore.google.com/detail/copy-text-without-spaces/eneceapeknmndclhpphgniekmnnlajjb |
| 簡介 | Copy quick and easy the selected text without spaces and formatting to the clipboard. |
| 檔案大小 | 185 KB |
| 安裝次數 | 3,328 |
| 目前版本 | 1.0 |
| 更新時間 | 2014-05-19 |
| 上架時間 | 2014-05-18 |
| 評分 | 4.18/5 共 11 次評分 |
| 開發者 | Houbit UG (haftungsbeschränkt) & Co. KG |
| 付費類型 | free |
| 支援的語言 | de,en-GB,en-US,fr,es,it,pt-BR,ru,hi,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_chrome_extension_name__",
"short_name": "__MSG_chrome_extension_short_name__",
"description": "__MSG_chrome_extension_description__",
"version": "1.0",
"default_locale": "en_US",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"69": "img\/icon_69.png",
"128": "img\/icon_128.png"
},
"permissions": [
"contextMenus",
"*:\/\/amaz.in\/*",
"*:\/\/*.amaz.in\/*"
],
"background": {
"scripts": [
"assets\/jquery\/jquery-1.11.0.min.js",
"js\/ctws.js"
]
},
"minimum_chrome_version": "24",
"manifest_version": 2
} | |