By: Marnes
Inspect and view changes in Plain Text Linker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "jid1-CeHl9T9miaoK2w@jetpack"
}
},
"name": "Plain Text Linker",
"short_name": "PTL",
"version": "2.5.3",
"description": "Opens plain text URLs when you double-click on them.",
"author": "marnick.leau@gmail.com",
"icons": {
"16": "/images/icon-16.png",
"48": "/images/icon-48.png",
"128": "/images/icon-128.png"
},
"options_ui": {
"page": "/options.html",
"chrome_style": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"/content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"scripts": [
"/background.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"<all_urls>"
]
} Best Plain Text Linker Alternatives
Here are some Firefox add-ons that are similar to Plain Text Linker:
Copy Selected Links
Marnes
Copy Text Link
Zatsune Sakurako
Text URL Linker
Marjan Bazalac
Double-click Image Downloader
Marnes
Text Link webext
Nekoziroo
Text Link & Google Translate
nepon
View webpage as TXT
clove
Text Linky Tool
yukisama
Pure Link Text
Klemens Schölhorn
Open as Text
Chris Midgley
Link Tools
Daniel Dawson
Page Plain Text
Vincenzo De Vivo