By: Nithin Philips
Inspect and view changes in Tiple source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"applications": {
"gecko": {
"id": "tiple@nithinphilips.com",
"strict_min_version": "42.0"
}
},
"author": "nithin@nithinphilips.com",
"background": {
"scripts": [
"js/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"16": "img/icon-16.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
"default_title": "Tiple"
},
"content_scripts": [
{
"js": [
"js/background.js"
],
"matches": [
"<all_urls>"
]
},
{
"js": [
"js/autotrigger.js"
],
"matches": [
"*://*/*html/en/default/process/ProcessDesigner.jsp*"
]
}
],
"description": "Extends TRIRIGA to provide additional features for developers",
"homepage_url": "http://tiple.nithinphilips.com",
"icons": {
"16": "img/icon-16.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
"manifest_version": 2,
"name": "Tiple",
"options_page": "html/options.html",
"options_ui": {
"page": "html/options.html"
},
"permissions": [
"activeTab",
"contextMenus",
"storage",
"http://*/*",
"https://*/*"
],
"version": "0.9.1",
"web_accessible_resources": [
"js/highlight.js",
"js/autotrigger.js"
],
"-ms-preload": {
"backgroundScript": "js/backgroundScriptsAPIBridge.js",
"contentScript": "js/contentScriptsAPIBridge.js"
}
} Best Tiple Alternatives
Here are some Firefox add-ons that are similar to Tiple: