Inspect and view changes in String Utils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"author": "Jeff Held",
"description": "Modify selected text from the context-menu",
"homepage_url": "https://github.com/solkaz/string-utils-webext",
"manifest_version": 2,
"version": "0.0.1resigned1",
"name": "String Utils",
"background": {
"scripts": [
"shared/browser-polyfill.js",
"background/index.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"shared/browser-polyfill.js",
"content_scripts/index.js"
]
}
],
"permissions": [
"*://*/*",
"clipboardWrite",
"contextMenus",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{ea938060-27cf-44d9-abe8-7243ef9bc094}"
}
}
} ベストのString Utils代替案
String Utilsに類似したFirefox add-onをいくつか紹介します:
Configurable Text Utilities
Ryan Thaut
Trust Wallet
Trust
TextCaseEditor
Harsh
TextCaseEditor
Wilfrith
Slugifier
Stas Gavrylov
Text Case Changer
Lorena Goetzinger
Translator
Gemorroj
String Case Tool
Lorena Goetzinger
Simple Base64 Context Utilities
Xposedbones
TextForge
Naschip
Convert to UTF-8
Robert Maggie
Transform Text
Karl Horning