SigActs.com - URL Submit
This extension will submit a URL to SigActs.com
What is SigActs.com - URL Submit?
SigActs.com - URL Submit is a Chrome extension developed by https://www.sigacts.com, and its main feature is "This extension will submit a URL to SigActs.com".
Extension Screenshots
Download SigActs.com - URL Submit Extension CRX File
Download SigActs.com - URL Submit 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
SigActs.com is an interactive map that displays news and events from around the world. This extension allows you to easily submit web content to the SigActs geolocation and indexer services.
Extension Basic Information
Name | SigActs.com - URL Submit |
ID | nlkaibdjjdodclfhdnphaijdihbekofc |
Official URL | https://chromewebstore.google.com/detail/sigactscom-url-submit/nlkaibdjjdodclfhdnphaijdihbekofc |
Description | This extension will submit a URL to SigActs.com |
File Size | 50.46 KB |
Installation Count | 13 |
Current Version | 2.0.4 |
Last Updated | 2013-11-21 |
Publish Date | 2013-11-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.sigacts.com |
Payment Type | free |
Extension Website | http://www.sigacts.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SigActs.com - URL Submit", "version": "2.0.4", "description": "This extension will submit a URL to SigActs.com", "permissions": [ "activeTab", "http:\/\/www.sigacts.com\/" ], "browser_action": { "default_icon": { "38": "images\/icon38.png", "19": "images\/icon19.png" }, "default_popup": "popup.html", "default_title": "Submit Page to SigActs" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "web_accessible_resources": [ "images\/SigActs.png", "images\/icon128.png", "images\/icon48.png", "images\/icon38.png", "images\/icon19.png", "images\/icon16.png", "sigacts.js" ] } |