Finding the Universe

Search and flip through Finding the Universe articles

Finding the Universeคืออะไร?

Finding the Universe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.findingtheuniverse.com และคุณลักษณะหลักของมันคือ "Search and flip through Finding the Universe articles"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finding the Universe

ดาวน์โหลดไฟล์ส่วนขยาย Finding the Universe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Finding the Universe is a travel and photography blog showcasing some fantastic photography and inspirational travel ideas for destinations around the world. 

This extension notifies you of new articles when they go live (usually no more than two a week) and lists the 25 most recent articles on the site. Additionally, you can search through all the previous articles on the site right from the extension.

If there is anything else you'd like to see from this extension, let me know.

**CHANGELOG**

**VERSION 0.95**
Adjusted thumbnail dimensions so they aren't stretched oddly. 

**VERSION 0.9**

New look and feel
Added notification for new posts. 
Added image thumbnails for posts. 
Now shows up to 25 articles.

**VERSION 0.8 (first release)**
Search box to search Finding the Universe site
Recent 10 articles from blog


Any issues or feature requests, let me know! Plus, if you want something like this for your own website, drop me a line!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Finding the Universe Finding the Universe
ID fcnnfceoongcakedbolnpjcmeenjaeec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/finding-the-universe/fcnnfceoongcakedbolnpjcmeenjaeec
คำอธิบาย Search and flip through Finding the Universe articles
ขนาดไฟล์ 61.64 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 0.95
อัปเดตครั้งล่าสุด 2013-09-14
วันที่เผยแพร่ 2013-09-14
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.findingtheuniverse.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.findingtheuniverse.com
ภาษาที่รองรับ en
manifest.json
{
    "name": "Finding the Universe",
    "description": "Search and flip through Finding the Universe articles",
    "homepage_url": "http:\/\/www.findingtheuniverse.com\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/feeds.feedburner.com\/*",
        "http:\/\/www.findingtheuniverse.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "FTU",
        "default_popup": "findingtheuniverse.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "0.95"
}