Tag Yeti

Turns your favorite Evernote tags into stickers.

Tag Yetiคืออะไร?

Tag Yeti เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Big Bear Labs และคุณลักษณะหลักของมันคือ "Turns your favorite Evernote tags into stickers."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tag Yeti

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

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

                        Browse. Tag. Recall. 
So you can get back to the important stuff. 

Fed up with bookmarks? Tag Yeti is an extension that helps you visualize the Evernote tags you use the most. Just tag a website with a sticker, and Tag Yeti will keep it for you. So you can get back the the important stuff. 

1. Create stickers for different topics.
2. Organize web pages with stickers as you browse.
3. Your stickers sync with your Evernote account, so you can always find what you need. 

Features
-Create, edit, and delete stickers at any time. 
-Organize your stickers with 8 color options 
-Automatically syncs with your Evernote account

Here are some ideas on how you can use Tag Yeti in your life:
-Organizing professional work
-Booking your next vacation
-Staying sane while applying to colleges
-Curating your favorite recipes
-Remembering your favorite hot spots and hangouts
-Planning your wedding
-Buying a car
-Managing Projects

Stay In Touch
Website: tagyeti.com
Twitter: @bigbearlabs
Facebook: Facebook.com/BigBearLabs

Tag Yeti is a product of Big Bear Labs, a Swiss productivity software company.                    

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

ชื่อ Tag Yeti Tag Yeti
ID comkfckllnflllknnemfgckaoemolldb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tag-yeti/comkfckllnflllknnemfgckaoemolldb
คำอธิบาย Turns your favorite Evernote tags into stickers.
ขนาดไฟล์ 1.44 MB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.6.10
อัปเดตครั้งล่าสุด 2013-07-10
วันที่เผยแพร่ 2013-07-10
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Big Bear Labs
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.tagyeti.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tag Yeti",
    "version": "0.6.10",
    "description": "Turns your favorite Evernote tags into stickers.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "minimum_chrome_version": "16",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "16": "assets\/context menu icon.png",
        "19": "assets\/browser action icon.png",
        "48": "assets\/small app icon.png",
        "128": "assets\/big app icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/small app icon.png"
    },
    "content_security_policy": "script-src 'self' http:\/\/localhost 'unsafe-eval'; object-src 'self'"
}