Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hyperlink Text Selector",
"short_name": "Select Link",
"description": "Hold Shift and select text from a link.",
"version": "1.3",
"icons": {
"16": "icon_16.png",
"19": "icon_19.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
]
}