I Love To Travel
Get each day a new gorgeous travel suggestion. Live your life. Travel!
What is I Love To Travel?
I Love To Travel is a Chrome extension developed by K-Pop Fan, and its main feature is "Get each day a new gorgeous travel suggestion. Live your life. Travel!".
Extension Screenshots
Download I Love To Travel Extension CRX File
Download I Love To Travel 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
Super images from exotic locations, once per day, in your Chrome browser. Daydreaming has never been easier :) ============= No special rights requested. The code is fully available here: https://github.com/kpopfan/I-L-T
Extension Basic Information
Name | |
ID | nncfligpdhpabokpobjpamjfbologioa |
Official URL | https://chrome.google.com/webstore/detail/i-love-to-travel/nncfligpdhpabokpobjpamjfbologioa |
Description | Get each day a new gorgeous travel suggestion. Live your life. Travel! |
File Size | 10.36 MB |
Installation Count | 15 |
Current Version | 1.2.6 |
Last Updated | 2016-01-25 |
Publish Date | 2016-01-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | K-Pop Fan |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.dogsangel.org/terms |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "I Love To Travel", "description": "Get each day a new gorgeous travel suggestion. Live your life. Travel!", "version": "1.2.6", "permissions": [ "idle", "storage", "notifications", "alarms", "background" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "I Love To Travel!" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |