Convert Case Menu
On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
什麼是Convert Case Menu?
Convert Case Menu是由https://convertcase.net開發的Chrome擴展程式,該擴展的主要功能是“On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.”。
擴展截圖
下載Convert Case Menu擴展crx文件
下載Convert Case Menu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are people always annoying you on forums and writing in UPPER CASE for no reason? Perhaps they didn't mean to shout or their caps lock is just broken? Convert Case can convert your text to a more readable and calming case in a couple of clicks. This extension adds a right click menu when you select text to let you easily convert it to a more readable format with results opening in a new tab Note: this does NOT convert text directly on the page, it takes you to the Convert Case site to show the results automatically. If you have any feedback or problems please contact me through the support link on the details tab of this page rather than leaving a bad review without giving me the chance to help you.
擴展基本資訊
名稱 | |
ID | neineehhbgjpcmlokkckgcengmgngnii |
官方網址 | https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii |
簡介 | On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab. |
檔案大小 | 5.92 KB |
安裝次數 | 1,000 |
目前版本 | 2.0.3 |
更新時間 | 2016-03-15 |
上架時間 | 2016-03-15 |
評分 | 1.94/5 共 48 次評分 |
開發者 | https://convertcase.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://convertcase.net/ |
說明頁面URL | http://jasongillyon.co.uk/contact |
隱私政策頁面URL | https://convertcase.net/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Convert Case Menu", "short_name": "Convert Case", "description": "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.", "version": "2.0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab", "https:\/\/convertcase.net\/*" ], "browser_action": { "default_title": "Convert Case" } } |