Copy WordPress Edit links
Copy WordPress Edit links
What is Copy WordPress Edit links?
Copy WordPress Edit links is a Chrome extension developed by DevBytes, and its main feature is "Copy WordPress Edit links".
Download Copy WordPress Edit links Extension CRX File
Download Copy WordPress Edit links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Copy all links from wordpress posts page.
Extension Basic Information
Name | Copy WordPress Edit links |
ID | gmpmnomnfkfmoihfddiclaeoacckmdik |
Official URL | https://chromewebstore.google.com/detail/copy-wordpress-edit-links/gmpmnomnfkfmoihfddiclaeoacckmdik |
Description | Copy WordPress Edit links |
File Size | 28.72 KB |
Installation Count | 22 |
Current Version | 1.0 |
Last Updated | 2016-03-15 |
Publish Date | 2016-03-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | DevBytes |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy WordPress Edit links", "description": "Copy WordPress Edit links", "version": "1.0", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "href.js" ] } ], "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Copy WordPress Edit links", "default_icon": "128.png", "default_popup": "popup.html" } } |